• Interface for the MapClient.

    See more

    Declaration

    Objective-C

    @protocol MBMMapClient

    Swift

    protocol MapClient
  • Interface for providing MTKView to the map renderer.

    See more

    Declaration

    Objective-C

    @protocol MBMMetalViewProvider

    Swift

    protocol MBMMetalViewProvider
  • Undocumented

    Declaration

    Objective-C

    NS_SWIFT_NAME(Task)
    typedef void (^MBMTask)()

    Swift

    typealias Task = () -> Void